Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void CopyTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub CopyTo( _ |
The one-dimensional array that is the destination of the elements copied from collection.
The zero-based index in array at which copying begins.
See Also